Welcome![Sign In][Sign Up]
Location:
Search - socket Java

Search list

[JSP/Javajava

Description: java网络编程文档教材 Java网络编程 .doc Java基础 三步学会Java Socket编程 Java网络编程---IO部分学习笔记整理 .doc 使用JAVA编写网络通信程序.doc-java network programming document teaching Java network programming. docJava the basis of three-step learn to Java Socket Programming Java Network Programming-IO Notes finishing part of learning. doc prepared using JAVA network communication program. doc
Platform: | Size: 199680 | Author: 李杰 | Hits:

[JSP/Javajava-MyChart

Description: java多线程聊天程序GUI界面socket实现-java chat program multi-threaded GUI interface socket realize
Platform: | Size: 620544 | Author: 郝晓琦 | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[JSP/Javasocket

Description: 一个在线聊天系统,由JAVA SOCKET接口实现,支持显示在线人员!统计在线人数! -An online chat system, by the JAVA SOCKET interface, support staff shows online! Statistical number online!
Platform: | Size: 9216 | Author: 李林华 | Hits:

[JSPsocket

Description: 简单socket开发实例及相应pdf大全-Development of a simple example of socket and the corresponding pdf Guinness
Platform: | Size: 57344 | Author: gan | Hits:

[JSP/JavaJAVA-socket

Description: [Socket编程]socket开发指南.pdf 有相应的配有代码。-[Socket Programming] socket Development Guide. Pdf with a corresponding code.
Platform: | Size: 441344 | Author: yxluo | Hits:

[Internet-NetworkJAVA+Socketchat

Description: java socket多线程聊天室程序,服务器和客户端之间实现通信-java socket multi-threaded chat rooms, servers and client communications between
Platform: | Size: 55296 | Author: 王寅生 | Hits:

[JSP/JavaJava-QQ

Description: 基于Java的网络聊天程序,用Java Socket实现网络聊天室,分为服务器和客户端两部分,客户端界面实现聊天功能,服务器是信息中心,类似QQ,有注解.-Java-based network chat program, using Java Socket network chat rooms, divided into server and client in two parts, the client chat interface, the server is the information center, similar to QQ, there are comments.
Platform: | Size: 64512 | Author: liuhong | Hits:

[Windows DevelopJAVA

Description: 用java实现底层网络通信,主要用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯,具有良好的界面。-Using java to achieve the underlying network communication, mainly using the TCP/IP protocol in the socket (Socket) programming interface to achieve network communications, has a good interface.
Platform: | Size: 119808 | Author: 罗亚兴 | Hits:

[Internet-NetworkSocket

Description: 基于SOCKET的文件传输,软件平台为JAVA,主要为文件传输方面的网络传输-the code of socket about the file transt
Platform: | Size: 7168 | Author: liwei | Hits:

[Internet-Networksocket

Description: 一个socket程序,可以实现聊天功能,用java实现的,很好-A socket program, you can achieve chat with java implementation, and good
Platform: | Size: 3072 | Author: ys991508 | Hits:

[Internet-Networksocket

Description: 基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, connection, send data and receive data network communication program.
Platform: | Size: 3072 | Author: 李爽 | Hits:

[JSP/Javasocket

Description: 轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
Platform: | Size: 1024 | Author: jioncomer | Hits:

[JSP/JavaSocket

Description: 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
Platform: | Size: 1024 | Author: xinliu | Hits:

[Internet-Networksocket

Description: Java 基于socket通讯的聊天室~ 有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
Platform: | Size: 4096 | Author: 韩小勇 | Hits:

[JSP/Javasocket

Description: 基于socket编写的java聊天软件,分为客户端和服务端,可以进行群聊和私聊,界面人性化-Socket prepared based on the java chat software, and services into the client side, can be a group chat and私聊, user-friendly interface. .
Platform: | Size: 845824 | Author: 秦风 | Hits:

[JSP/JavaSocket

Description: 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端运行一次可以停止),直到客户运行 java Client Bye时 服务器端收到”Bye”并打印”I don’t wanna die”后 服务器停止运行。-Java Socket complete with the following functions: the establishment of client and server communications, server-side address of the local port from be. TCP in the form of communication at both ends, assuming that the client Class called Client, server-side Class called Server. Java Client Hello When running, the server can accept Hello Guest sent characters and print the " Receive Hello" and then go back to the client " How ru doing" string after the client received print " Received How are you doing" . This When running server-side service is not always stop and wait for the other Socket connection (the client can stop a run), until the customer is running java Client Bye received at the server-side " Bye" and print " I don' t wanna die" after the server to stop run.
Platform: | Size: 32768 | Author: wangdan | Hits:

[JSP/Javasocket

Description: socket长连接服务端和客户端实例,以及端连接的服务端和客户端实例-long socket
Platform: | Size: 22528 | Author: zhougui | Hits:

[JSP/JavaSocket

Description: java实现UDP socket打洞,使消息在nat之间传递-java implementation UDP socket holes, so that messages passed between the nat! ! !
Platform: | Size: 111616 | Author: bobhpf | Hits:

[ICQ-IM-Chatjava-socket

Description: java基于socket聊天室源代码,广播的方式进行编码-socket-based chat rooms java source code, to encode the broadcast mode
Platform: | Size: 47104 | Author: 彭金华 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net